---
title: Download Scoring Code from the Leaderboard (Legacy)
description: Download a Scoring Code JAR file directly from the Leaderboard as a legacy user.

---

# Download Scoring Code for legacy users {: #download-scoring-code-for-legacy-users }

Models displaying the SCORING CODE [indicator](leaderboard-ref#tags-and-indicators) on the Leaderboard are available for Scoring Code download.

!!! info "Availability information"
     The ability to download Scoring Code for a model from the Leaderboard depends on the [MLOps configuration](pricing) for your organization. Legacy users will see the option described below. MLOps users can download Scoring Code [from the Leaderboard](sc-download-leaderboard) and directly [from a deployment](sc-download-deployment).

Navigate to the **Predict > Downloads** tab, where you can select a download option and access a link to the up-to-date Java API documentation.

![](images/scorecode-source.png)

There are two download options for Scoring Code:

|  Selection  | Description |
|-------------|-------------|
| Binary  | These are compiled Java executables, which include all dependencies and can be used to make predictions.|
| Source (Java source code files) | These are a non-obfuscated version of the model; they cannot be used to score the model since they are not compiled and dependency packages are not included. Use the source files to explore the model’s decision-making process. |

Additional information about the Java API can be found in the [DataRobot javadocs](https://javadoc.io/doc/com.datarobot/datarobot-prediction/2.0.11"){ target=_blank }.

